Uses of Enum
com.cisco.pt.ipc.enums.AcsServerType
Packages that use AcsServerType
-
Uses of AcsServerType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return AcsServerTypeModifier and TypeMethodDescriptionstatic AcsServerTypeAcsServerType.fromIntValue(int value) static AcsServerTypeAcsServerType.fromIntValue(Integer value) static AcsServerTypeReturns the enum constant of this type with the specified name.static AcsServerType[]AcsServerType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AcsServerType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim with parameters of type AcsServerTypeModifier and TypeMethodDescriptionbooleanAcsServerProcess.addToClientMap(IPAddress hostIp, AcsServerType serverType, String name, String keyStr) Information provided by the PKI file:voidAcsServerProcess.deleteFromClientMap(IPAddress hostIp, AcsServerType serverType) Information provided by the PKI file: -
Uses of AcsServerType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl with parameters of type AcsServerTypeModifier and TypeMethodDescriptionbooleanAcsServerProcessImpl.addToClientMap(IPAddress hostIp, AcsServerType serverType, String name, String keyStr) Information provided by the PKI file:voidAcsServerProcessImpl.deleteFromClientMap(IPAddress hostIp, AcsServerType serverType) Information provided by the PKI file: